home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / wficb1a.zip / WFICB1A.EXE / MODULE.INI < prev    next >
INI File  |  1995-07-28  |  23KB  |  838 lines

  1. ;**********************************************************************
  2. ;**
  3. ;** MODULE.INI - module information file and fixed UI list strings
  4. ;**
  5. ;** This file contains all the configuration information for the
  6. ;** demand loadable client modules.  Some modules are not supplied with
  7. ;** this release, but are planned for future releases
  8. ;**
  9. ;** Support is included for the following:
  10. ;**
  11. ;**  - Transport Drivers
  12. ;**  - Protocol Drivers
  13. ;**  - Winstation Drivers
  14. ;**  - Virtual Drivers
  15. ;**
  16. ;** Also included in this file are sections defining the contents of
  17. ;** various UI lists.
  18. ;**
  19. ;***********************************************************************
  20.  
  21.  
  22. ;***********************************************************************
  23. ;**
  24. ;** Transport Driver
  25. ;**
  26. ;** These drivers are responsible for the transport level protocol.
  27. ;**
  28. ;***********************************************************************
  29.  
  30. [TransportDriver]
  31.   Serial Port                 =
  32.   Bios Int 14 Driver          =
  33.   Digiboard Int 14            =
  34.   Equinox SuperSerial Int 14  =
  35.   Microsoft WinSock IPX       =
  36.   Microsoft WinSock SPX       =
  37.   Microsoft WinSock NetBIOS   =
  38.   Microsoft WinSock TCP/IP    =
  39.   NetBIOS                     =
  40.   Novell IPX                  =
  41.   Novell SPX                  =
  42.   FTP TCP/IP                  =
  43.   Novell Lan WorkPlace TCP/IP =
  44.   Microsoft TCP/IP            =
  45.   VSL TCP/IP                  =
  46.  
  47. ;***********************************************************************
  48. ;**
  49. ;** Serial Transport Driver
  50. ;**
  51. ;** This driver is a full function serial driver that works with
  52. ;** the following UARTS: 8250, 16450 and 16550.  The values listed
  53. ;** are default values and may be overridden in the APPSRV.INI profile.
  54. ;**
  55. ;***********************************************************************
  56.  
  57. [Serial Port]
  58.   DriverName          = TDASYNC.DDL
  59.   ProtocolSupport     = Modem, Frame, Reliable, Encrypt, Compress
  60.   UseSerialDevice     = Yes
  61.   DeviceName          = COM1
  62.   PortNumber          = 1
  63.   IOBase              = Default
  64.   Interrupt           = Default
  65.   BaudRate            = 9600
  66.   Parity              = None
  67.   StopBits            = 1
  68.   DataBits            = 8
  69.   HardwareFlowControl = On
  70.   ReceiveFlowControl  = RTS
  71.   TransmitFlowControl = CTS
  72.   SoftwareFlowControl = Off
  73.   XonChar             = 0x11
  74.   XoffChar            = 0x13
  75.   DTR                 = On
  76.   RTS                 = Off
  77.   Modem               = Off
  78.   OutBufCountHost     = 12
  79.   OutBufCountClient   = 12
  80.   OutBufLength        = 530
  81.   Frame               = On
  82.   Reliable            = On
  83.   Encrypt             = On
  84.   Compress            = On
  85.  
  86. ;***********************************************************************
  87. ;**
  88. ;** Bios Int 14 Transport Driver
  89. ;**
  90. ;***********************************************************************
  91.  
  92. [Bios Int 14 Driver]
  93.   DriverName          = TDINT14.DDL
  94.   ProtocolSupport     = Modem, Frame, Reliable, Encrypt, Compress
  95.   UseSerialDevice     = Yes
  96.   DeviceName          = COM1
  97.   PortNumber          = 1
  98.   IOBase              = Default
  99.   Interrupt           = Default
  100.   BaudRate            = 9600
  101.   Parity              = None
  102.   StopBits            = 1
  103.   DataBits            = 8
  104.   HardwareFlowControl = On
  105.   ReceiveFlowControl  = RTS
  106.   TransmitFlowControl = CTS
  107.   SoftwareFlowControl = Off
  108.   XonChar             = 0x11
  109.   XoffChar            = 0x13
  110.   DTR                 = On
  111.   RTS                 = Off
  112.   Modem               = Off
  113.   OutBufCountHost     = 12
  114.   OutBufCountClient   = 12
  115.   OutBufLength        = 530
  116.   Frame               = On
  117.   Reliable            = On
  118.   Encrypt             = On
  119.   Compress            = On
  120.  
  121.  
  122. ;***********************************************************************
  123. ;**
  124. ;** Digiboard Int 14 Transport Driver
  125. ;**
  126. ;***********************************************************************
  127.  
  128. [Digiboard Int 14]
  129.   DriverName          = TDDIGI.DDL
  130.   ProtocolSupport     = Modem, Frame, Reliable, Encrypt, Compress
  131.   UseSerialDevice     = Yes
  132.   DeviceName          = COM5
  133.   PortNumber          = 1
  134.   IOBase              = Default
  135.   Interrupt           = Default
  136.   BaudRate            = 9600
  137.   Parity              = None
  138.   StopBits            = 1
  139.   DataBits            = 8
  140.   HardwareFlowControl = On
  141.   ReceiveFlowControl  = RTS
  142.   TransmitFlowControl = CTS
  143.   SoftwareFlowControl = Off
  144.   XonChar             = 0x11
  145.   XoffChar            = 0x13
  146.   DTR                 = On
  147.   RTS                 = Off
  148.   Modem               = Off
  149.   OutBufCountHost     = 12
  150.   OutBufCountClient   = 12
  151.   OutBufLength        = 530
  152.   Frame               = On
  153.   Reliable            = On
  154.   Encrypt             = On
  155.   Compress            = On
  156.  
  157. ;***********************************************************************
  158. ;**
  159. ;** Equinox SuperSerial Int 14 Transport Driver
  160. ;**
  161. ;***********************************************************************
  162.  
  163. [Equinox SuperSerial Int 14]
  164.   DriverName          = TDSST.DDL
  165.   ProtocolSupport     = Modem, Frame, Reliable, Encrypt, Compress
  166.   UseSerialDevice     = Yes
  167.   DeviceName          = COM5
  168.   PortNumber          = 1
  169.   IOBase              = Default
  170.   Interrupt           = Default
  171.   BaudRate            = 9600
  172.   Parity              = None
  173.   StopBits            = 1
  174.   DataBits            = 8
  175.   HardwareFlowControl = On
  176.   ReceiveFlowControl  = RTS
  177.   TransmitFlowControl = CTS
  178.   SoftwareFlowControl = Off
  179.   XonChar             = 0x11
  180.   XoffChar            = 0x13
  181.   DTR                 = On
  182.   RTS                 = Off
  183.   Modem               = Off
  184.   OutBufCountHost     = 12
  185.   OutBufCountClient   = 12
  186.   OutBufLength        = 530
  187.   Frame               = On
  188.   Reliable            = On
  189.   Encrypt             = On
  190.   Compress            = On
  191.  
  192. ;***********************************************************************
  193. ;**
  194. ;** Microsoft WinSock IPX Transport Driver
  195. ;**
  196. ;***********************************************************************
  197.  
  198. [Microsoft WinSock IPX]
  199.   DriverNameWin32     = TDWSIPXN.DLL
  200.   Address             =
  201.   ProtocolSupport     = Reliable, Encrypt, Compress
  202.   NameEnumeratorWin32 = NENUMN.DLL
  203.   NameResolverWin32   = NRNETWN.DLL
  204.   OutBufCountHost     = 6
  205.   OutBufCountClient   = 6
  206.   OutBufLength        = 546
  207.   Reliable            = On
  208.   Encrypt             = On
  209.   Compress            = On
  210.  
  211. ;***********************************************************************
  212. ;**
  213. ;** Microsoft WinSock SPX Transport Driver
  214. ;**
  215. ;***********************************************************************
  216.  
  217. [Microsoft WinSock SPX]
  218.   DriverNameWin32     = TDWSSPXN.DLL
  219.   Address             =
  220.   ProtocolSupport     = Encrypt, Compress
  221.   NameEnumeratorWin32 = NENUMN.DLL
  222.   NameResolverWin32   = NRNETWN.DLL
  223.   OutBufCountHost     = 6
  224.   OutBufCountClient   = 6
  225.   OutBufLength        = 534
  226.   Encrypt             = On
  227.   Compress            = On
  228.  
  229. ;***********************************************************************
  230. ;**
  231. ;** Microsoft WinSock NetBIOS Transport Driver
  232. ;**
  233. ;***********************************************************************
  234.  
  235. [Microsoft WinSock NetBIOS]
  236.   DriverNameWin32     = TDWSNBN.DLL
  237.   Address             =
  238.   LanaNumber          = 0
  239.   ProtocolSupport     = Encrypt, Compress
  240.   NameEnumeratorWin32 = NENUMN.DLL
  241.   OutBufCountHost     = 6
  242.   OutBufCountClient   = 6
  243.   OutBufLength        = 530
  244.   Encrypt             = On
  245.   Compress            = On
  246.  
  247. ;***********************************************************************
  248. ;**
  249. ;** Microsoft WinSock TCP/IP Transport Driver
  250. ;**
  251. ;***********************************************************************
  252.  
  253. [Microsoft WinSock TCP/IP]
  254.   DriverNameWin16     = TDWSTCPW.DLL
  255.   DriverNameWin32     = TDWSTCPN.DLL
  256.   Address             =
  257.   ProtocolSupport     = RFrame, Encrypt, Compress
  258.   NameEnumeratorWin16 = NENUMW.DLL
  259.   NameEnumeratorWin32 = NENUMN.DLL
  260.   OutBufCountHost     = 6
  261.   OutBufCountClient   = 6
  262.   OutBufLength        = 530
  263.   RFrame              = On
  264.   Encrypt             = On
  265.   Compress            = On
  266.  
  267. ;***********************************************************************
  268. ;**
  269. ;** NetBIOS Transport Driver
  270. ;**
  271. ;***********************************************************************
  272.  
  273. [NetBIOS]
  274.   DriverName          = TDNETB.DDL
  275.   DriverNameWin16     = TDNETBW.DLL
  276.   Address             =
  277.   LanaNumber          = 0
  278.   ProtocolSupport     = Encrypt, Compress
  279.   NameEnumerator      = NENUM.DDL
  280.   NameEnumeratorWin16 = NENUMW.DLL
  281.   OutBufCountHost     = 6
  282.   OutBufCountClient   = 6
  283.   OutBufLength        = 530
  284.   Encrypt             = On
  285.   Compress            = On
  286.  
  287. ;***********************************************************************
  288. ;**
  289. ;** Novell IPX Transport Driver
  290. ;**
  291. ;***********************************************************************
  292.  
  293. [Novell IPX]
  294.   DriverName          = TDIPX.DDL
  295.   DriverNameWin16     = TDIPXW.DLL
  296.   Address             =
  297.   ProtocolSupport     = Reliable, Encrypt, Compress
  298.   NameEnumerator      = NENUM.DDL
  299.   NameEnumeratorWin16 = NENUMW.DLL
  300.   NameResolver        = NRNETW.DDL
  301.   NameResolverWin16   = NRNETWW.DLL
  302.   OutBufCountHost     = 6
  303.   OutBufCountClient   = 6
  304.   OutBufLength        = 546
  305.   Reliable            = On
  306.   Encrypt             = On
  307.   Compress            = On
  308.  
  309. ;***********************************************************************
  310. ;**
  311. ;** Novell SPX Transport Driver
  312. ;**
  313. ;***********************************************************************
  314.  
  315. [Novell SPX]
  316.   DriverName          = TDSPX.DDL
  317.   DriverNameWin16     = TDSPXW.DLL
  318.   Address             =
  319.   ProtocolSupport     = Encrypt, Compress
  320.   NameEnumerator      = NENUM.DDL
  321.   NameEnumeratorWin16 = NENUMW.DLL
  322.   NameResolver        = NRNETW.DDL
  323.   NameResolverWin16   = NRNETWW.DLL
  324.   OutBufCountHost     = 6
  325.   OutBufCountClient   = 6
  326.   OutBufLength        = 534
  327.   Encrypt             = On
  328.   Compress            = On
  329.  
  330. ;***********************************************************************
  331. ;**
  332. ;** TCP/IP Transport Driver (FTP Stack Specific)
  333. ;**
  334. ;***********************************************************************
  335.  
  336. [FTP TCP/IP]
  337.   DriverName          = TDTCPFTP.DDL
  338.   Address             =
  339.   ProtocolSupport     = RFrame, Encrypt, Compress
  340.   NameEnumerator      = NENUM.DDL
  341.   NameResolver        = NRTCPFTP.DDL
  342.   OutBufCountHost     = 6
  343.   OutBufCountClient   = 6
  344.   OutBufLength        = 530
  345.   RFrame              = On
  346.   Encrypt             = On
  347.   Compress            = On
  348.  
  349. ;***********************************************************************
  350. ;**
  351. ;** TCP/IP Transport Driver (Novell Stack Specific)
  352. ;**
  353. ;***********************************************************************
  354.  
  355. [Novell Lan WorkPlace TCP/IP]
  356.   DriverName          = TDTCPNOV.DDL
  357.   Address             =
  358.   ProtocolSupport     = RFrame, Encrypt, Compress
  359.   NameEnumerator      = NENUM.DDL
  360.   NameResolver        = NRTCPNOV.DDL
  361.   OutBufCountHost     = 6
  362.   OutBufCountClient   = 6
  363.   OutBufLength        = 530
  364.   RFrame              = On
  365.   Encrypt             = On
  366.   Compress            = On
  367.  
  368. ;***********************************************************************
  369. ;**
  370. ;** TCP/IP Transport Driver (Microsoft Stack Specific)
  371. ;**
  372. ;***********************************************************************
  373.  
  374. [Microsoft TCP/IP]
  375.   DriverName          = TDTCPMS.DDL
  376.   Address             =
  377.   ProtocolSupport     = RFrame, Encrypt, Compress
  378.   NameEnumerator      = NENUM.DDL
  379.   NameResolver        = NRTCPMS.DDL
  380.   OutBufCountHost     = 6
  381.   OutBufCountClient   = 6
  382.   OutBufLength        = 530
  383.   RFrame              = On
  384.   Encrypt             = On
  385.   Compress            = On
  386.  
  387. ;***********************************************************************
  388. ;**
  389. ;** TCP/IP Transport Driver (VSL Stack Specific)
  390. ;**
  391. ;***********************************************************************
  392.  
  393. [VSL TCP/IP]
  394.   DriverName          = TDTCPVSL.DDL
  395.   Address             =
  396.   ProtocolSupport     = RFrame, Encrypt, Compress
  397.   NameEnumerator      = NENUM.DDL
  398.   NameResolver        = NRTCVSL.DDL
  399.   OutBufCountHost     = 6
  400.   OutBufCountClient   = 6
  401.   OutBufLength        = 530
  402.   RFrame              = On
  403.   Encrypt             = On
  404.   Compress            = On
  405.  
  406. ;***********************************************************************
  407. ;**
  408. ;** WinStations Drivers
  409. ;**
  410. ;** WinStation drivers are responsible for the terminal emulation
  411. ;** level of the client stack.
  412. ;**
  413. ;***********************************************************************
  414.  
  415. [WinStationDriver]
  416.   ICA 3.0             =
  417.   ICA 3.0 (Text Only) =
  418.  
  419. ;***********************************************************************
  420. ;**
  421. ;** ICA 3.0 WinStation Driver
  422. ;**
  423. ;** Text and Graphics WinStation driver based on the ICA 3.0 protocol.
  424. ;**
  425. ;***********************************************************************
  426.  
  427. [ICA 3.0]
  428.   DriverName          = WDICA30.DDL
  429.   DriverNameWin16     = WDICA30W.DLL
  430.   DriverNameWin32     = WDICA30N.DLL
  431.   ProtocolSupport     = Modem, RFrame, Frame, Reliable, Encrypt, Compress
  432.   VirtualDriver       = Thinwire3.0, ClientDrive, ClientPrinter
  433.   BufferLength        = 2048
  434.   XmsReserve          = 0
  435.   LowMemReserve       = 51200
  436.  
  437. ;***********************************************************************
  438. ;**
  439. ;** ICA 3.0 Text WinStation Driver
  440. ;**
  441. ;** Text only WinStation driver based on the ICA 3.0 protocol.
  442. ;**
  443. ;***********************************************************************
  444.  
  445. [ICA 3.0 (Text Only)]
  446.   DriverName          = WDICA30.DDL
  447.   DriverNameWin16     = WDICA30W.DLL
  448.   DriverNameWin32     = WDICA30N.DLL
  449.   ProtocolSupport     = Modem, RFrame, Frame, Reliable, Encrypt, Compress
  450.   VirtualDriver       = ClientDrive, ClientPrinter
  451.   BufferLength        = 2048
  452.   XmsReserve          = 0
  453.   LowMemReserve       = 51200
  454.  
  455. ;***********************************************************************
  456. ;**
  457. ;** Protocol Drivers
  458. ;**
  459. ;** These drivers are responsible for various features of the
  460. ;** client/host connection.  Depending on the WinStation Driver (WD) and
  461. ;** the Transport Driver (TD) some Protocol Drivers (PD) may or may not
  462. ;** be available. The ProtocolSupport list, for the the WDs and TDs,
  463. ;** define which PDs are valid for use.  To utilize these drivers
  464. ;** the host system must have an equivalent protocol stack, the one
  465. ;** notable exception is the Modem Driver which does not need a host
  466. ;** side PD.
  467. ;**
  468. ;***********************************************************************
  469.  
  470. [ProtocolDriver]
  471.   Modem               =
  472.   RFrame              =
  473.   Frame               =
  474.   Reliable            =
  475.   Encrypt             =
  476.   Compress            =
  477.  
  478. ;***********************************************************************
  479. ;**
  480. ;** Modem Protocol Driver
  481. ;**
  482. ;** This protocol driver is responsible initializing, dialing and
  483. ;** connecting using modems supported in MODEM.INI.
  484. ;**
  485. ;***********************************************************************
  486.  
  487. [Modem]
  488.   ModemType           =
  489.   DriverName          = PDMODEM.DDL
  490.   DriverNameWin16     = PDMODEMW.DLL
  491.   DriverNameWin32     = PDMODEMN.DLL
  492.   PhoneNumber         =
  493.   Command_Init        =
  494.   Command_Init1       =
  495.   Command_Init2       =
  496.   Command_Init3       =
  497.   Command_Init4       =
  498.   Command_Init5       =
  499.   Command_Init6       =
  500.   Command_Init7       =
  501.   Command_Init8       =
  502.   Command_Init9       =
  503.   Command_Dial        =
  504.   Command_Listen      =
  505.   DialTimeout         = 90
  506.   Command_Hangup      = ~~~+++~~~ATH0<cr>
  507.   Connect             = CONNECT
  508.  
  509. ;***********************************************************************
  510. ;**
  511. ;** Framing Protocol Driver for Reliable Transports
  512. ;**
  513. ;** This protocol driver is responsible for framing stream level
  514. ;** data (TCP/IP) into a packet level data.
  515. ;**
  516. ;***********************************************************************
  517.  
  518. [RFrame]
  519.   DriverName          = PDRFRAM.DDL
  520.   DriverNameWin16     = PDRFRAMW.DLL
  521.   DriverNameWin32     = PDRFRAMN.DLL
  522.  
  523. ;***********************************************************************
  524. ;**
  525. ;** Framing Protocol Driver
  526. ;**
  527. ;** This protocol driver is responsible for framing stream level
  528. ;** data (Serial) into a packet level data. It also appends and checks
  529. ;** a 16 bit crc
  530. ;**
  531. ;***********************************************************************
  532.  
  533. [Frame]
  534.   DriverName          = PDFRAME.DDL
  535.   DriverNameWin16     = PDFRAMEW.DLL
  536.   DriverNameWin32     = PDFRAMEN.DLL
  537.  
  538. ;***********************************************************************
  539. ;**
  540. ;** Reilable Protocol Driver
  541. ;**
  542. ;** This protocol driver is responsible for providing an error
  543. ;** free data stream. It's currently used with serial and ipx protocol
  544. ;** drivers.
  545. ;**
  546. ;***********************************************************************
  547.  
  548. [Reliable]
  549.   DriverName          = PDRELI.DDL
  550.   DriverNameWin16     = PDRELIW.DLL
  551.   DriverNameWin32     = PDRELIN.DLL
  552.   MaxRetryTime        = 60000
  553.   RetransmitTimeDelta = 500
  554.   DelayedAckTime      = 200
  555.  
  556. ;***********************************************************************
  557. ;**
  558. ;** Encryption Protocol Driver
  559. ;**
  560. ;***********************************************************************
  561.  
  562. [Encrypt]
  563.   DriverName          = PDCRYPT.DDL
  564.   DriverNameWin16     = PDCRYPTW.DLL
  565.   DriverNameWin32     = PDCRYPTN.DLL
  566.  
  567. ;***********************************************************************
  568. ;**
  569. ;** Compression Protocol Driver
  570. ;**
  571. ;** This protocol driver is responsible for providing a faster data
  572. ;** stream by compresssing/decompressing the data passed through.
  573. ;**
  574. ;***********************************************************************
  575.  
  576. [Compress]
  577.   DriverName          = PDCOMP.DDL
  578.   DriverNameWin16     = PDCOMPW.DLL
  579.   DriverNameWin32     = PDCOMPN.DLL
  580.   MaxCompressDisable  = 50
  581.  
  582. ;***********************************************************************
  583. ;**
  584. ;** Virtual Drivers
  585. ;**
  586. ;** These drivers are responsible for additional function not provided
  587. ;** by the base WinStation Drivers.
  588. ;**
  589. ;***********************************************************************
  590.  
  591. [VirtualDriver]
  592.   Thinwire3.0         =
  593.   ClientDrive         =
  594.   ClientPrinter       =
  595.  
  596. ;***********************************************************************
  597. ;**
  598. ;** Thinwire 3.0 Virtual Driver
  599. ;**
  600. ;** This virtual driver is responsible for the graphics support to
  601. ;** supplement the ICA 3.0 driver.
  602. ;**
  603. ;***********************************************************************
  604.  
  605. [Thinwire3.0]
  606.   DriverName          = VDTW30.DDL
  607.   DriverNameWin16     = VDTW30W.DLL
  608.   DriverNameWin32     = VDTW30N.DLL
  609.   MinSpecialCache16Color = 8
  610.   MaxSpecialCache16Color = 32
  611.   MinMemoryCache      = 750
  612.   MaxMemoryCache      = 8192
  613.   MaxCache16Color     = 8192
  614.   MaxDiskCache        = 2048
  615.   MinDiskLeft         = 2048
  616.   DiskCacheDirectory  =
  617.   SVGACapability      = Off
  618.   SVGAPreference      = Off
  619.   DesiredHRES         = 640
  620.   DesiredVRES         = 480
  621.   LargeCacheWin16     = 2048
  622.   LargeCacheWin32     = 2048
  623.   ClickTicks          = 5
  624.  
  625.  
  626. ;***********************************************************************
  627. ;**
  628. ;** Client Drive Virtual Driver
  629. ;**
  630. ;** This virtual driver is responsible for providing client disk drive
  631. ;** access to supplement the ICA 3.0 driver.
  632. ;**
  633. ;***********************************************************************
  634.  
  635. [ClientDrive]
  636.   DriverName                = VDCDM30.DDL
  637.   DriverNameWin16           = VDCDM30W.DLL
  638.   DriverNameWin32           = VDCDM30N.DLL
  639.   MaxWindowSize             = 6276
  640.   MaxRequestSize            = 1046
  641.   CacheTimeout              = 600
  642.   CacheTimeoutHigh          = 0
  643.   CacheTransferSize         = 0
  644.   CacheDisable              = FALSE
  645.   CacheWriteAllocateDisable = FALSE
  646.  
  647. ;***********************************************************************
  648. ;**
  649. ;** Client Printer Virtual Driver
  650. ;**
  651. ;** This virtual driver is responsible for providing client printer
  652. ;** port access to supplement the ICA 3.0 driver.
  653. ;**
  654. ;***********************************************************************
  655.  
  656. [ClientPrinter]
  657.   DriverName          = VDCPM30.DDL
  658.   DriverNameWin16     = VDCPM30W.DLL
  659.   DriverNameWin32     = VDCPM30N.DLL
  660.   WindowSize          = 100
  661.   WindowsPrinter      =
  662.  
  663. ;**********************************************************************
  664. ;**
  665. ;** Hotkey lists (UI)
  666. ;**
  667. ;**********************************************************************
  668.  
  669. [Hotkey Shift States]
  670. (none)=0
  671. Shift=3
  672. Ctrl=4
  673. Alt=8
  674. ;Alt+Shift=11
  675. ;Ctrl+Alt=12
  676. ;Ctrl+Shift=7
  677. ;Ctrl+Alt+Shift=15
  678.  
  679.  
  680. [Hotkey Keys]
  681. (none)=0
  682. F1=59
  683. F2=60
  684. F3=61
  685. F4=62
  686. F5=63
  687. F6=64
  688. F7=65
  689. F8=66
  690. F9=67
  691. F10=68
  692. F11=87
  693. F12=88
  694. Esc=1
  695. minus=74
  696. plus=78
  697. star=55
  698. tab=15
  699.  
  700. ;**********************************************************************
  701. ;**
  702. ;** Keyboard Layout lists (UI)
  703. ;**
  704. ;**********************************************************************
  705.  
  706. [KeyboardLayout]
  707. (User Profile)=0x00000000
  708. Belgian Dutch=0x00000813
  709. Belgian French=0x0000080C
  710. Brazilian (ABNT)=0x00000416
  711. British=0x00000809
  712. Bulgarian=0x00000402
  713. Canadian English (Multilingual)=0x00001009
  714. Canadian French=0x00000C0C
  715. Canadian French (Multilingual)=0x00010C0C
  716. Croatian=0x0000041A
  717. Czech=0x00000405
  718. Danish=0x00000406
  719. Dutch=0x00000413
  720. Finnish=0x0000040B
  721. French=0x0000040C
  722. German=0x00000407
  723. Greek=0x00000408
  724. Hungarian=0x0000040E
  725. Icelandic=0x0000040F
  726. Italian=0x00000410
  727. Italian (142)=0x00010410
  728. Latin American=0x0000080A
  729. Norwegian=0x00000414
  730. Polish (Programmers)=0x00000415
  731. Portuguese=0x00000816
  732. Romanian=0x00000418
  733. Russian=0x00000419
  734. Slovak=0x0000041B
  735. Slovenian=0x00000424
  736. Spanish=0x0000040A
  737. Spanish variation=0x0001040A
  738. Swedish=0x0000041D
  739. Swiss French=0x0000100C
  740. Swiss German=0x00000807
  741. Turkish (F)=0x0001041F
  742. Turkish (Q)=0x0000041F
  743. US=0x00000409
  744. US-Dvorak=0x00010409
  745. US-International=0x00020409
  746.  
  747. ;**********************************************************************
  748. ;**
  749. ;** Device Settings lists (UI)
  750. ;**
  751. ;** The following lists contain values which are presented to the user
  752. ;** via the user interface.  To prevent a value from being offered to
  753. ;** the user, comment it out (preceed with semicolon).  To present
  754. ;** additional values, add the new value to the list (followed by equal sign)
  755. ;**
  756. ;**********************************************************************
  757.  
  758. [Baud Rates]
  759. 300    =
  760. 600    =
  761. 1200   =
  762. 2400   =
  763. 3600   =
  764. 4800   =
  765. 7200   =
  766. 9600   =
  767. 19200  =
  768. 38400  =
  769. 57600  =
  770. 76800  =
  771. 115200 =
  772. 230400 =
  773.  
  774. [Data Bits]
  775. 4 =
  776. 5 =
  777. 6 =
  778. 7 =
  779. 8 =
  780.  
  781. [Parity]
  782. Even  =
  783. Odd   =
  784. None  =
  785. Mark  =
  786. Space =
  787.  
  788. [Stop Bits]
  789. 1   =
  790. 1.5 =
  791. 2   =
  792.  
  793. [Port Numbers]
  794. 1  =
  795. 2  =
  796. 3  =
  797. 4  =
  798. 5  =
  799. 6  =
  800. 7  =
  801. 8  =
  802. 9  =
  803. 10 =
  804.  
  805.  
  806. [IO Addresses]
  807. Default =
  808. 0x03F8  =
  809. 0x02F8  =
  810. 0x03E8  =
  811. 0x02E8  =
  812.  
  813. [Interrupts]
  814. Default =
  815. 2  =
  816. 3  =
  817. 4  =
  818. 5  =
  819. 6  =
  820. 7  =
  821. 8  =
  822. 9  =
  823. 10 =
  824. 11 =
  825. 12 =
  826. 13 =
  827. 14 =
  828. 15 =
  829.  
  830. [Hardware Receive Flow Control]
  831. RTS =
  832. DTR =
  833.  
  834. [Hardware Transmit Flow Control]
  835. CTS =
  836. DSR =
  837.  
  838.